tools/xcutils: xc_save: add missing whitespace
authorOlaf Hering <olaf@aepfle.de>
Thu, 16 Dec 2010 18:25:33 +0000 (18:25 +0000)
committerOlaf Hering <olaf@aepfle.de>
Thu, 16 Dec 2010 18:25:33 +0000 (18:25 +0000)
Add missing whitespace between the two error strings.

Signed-off-by: Olaf Hering <olaf@aepfle.de>
tools/xcutils/xc_save.c

index 4ae7e4cf9c493e23557ff934878d036dcf930acf..59380c4dbb0819ee9c35333bf3c9155275472186 100644 (file)
@@ -201,7 +201,7 @@ main(int argc, char **argv)
               xc_suspend_evtchn_init(si.xch, si.xce, si.domid, port);
 
             if (si.suspend_evtchn < 0)
-                warnx("suspend event channel initialization failed"
+                warnx("suspend event channel initialization failed"
                        "using slow path");
         }
     }